home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / cc.dxr / 00039.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  425 b   |  22 lines

  1. on exitFrame
  2.   if the mouseCast = 2 then
  3.     go(3)
  4.   end if
  5.   if rollOver(20) then
  6.     set the visible of sprite 20 to 1
  7.   else
  8.     set the visible of sprite 20 to 0
  9.   end if
  10.   if rollOver(21) then
  11.     set the visible of sprite 21 to 1
  12.   else
  13.     set the visible of sprite 21 to 0
  14.   end if
  15.   if rollOver(22) then
  16.     set the visible of sprite 22 to 1
  17.   else
  18.     set the visible of sprite 22 to 0
  19.   end if
  20.   go(the frame)
  21. end
  22.